home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / CISEI / 8BIT / ALTRE.DXR / 00034.ls < prev    next >
Encoding:
Text File  |  1998-10-06  |  361 b   |  22 lines

  1. on tastimain
  2.   global NumTasto
  3.   if NumTasto = 5 then
  4.     puppetTransition(51)
  5.     cursor([member "C1", member "C2"])
  6.     go("Quit")
  7.     exit
  8.   end if
  9.   if NumTasto = 7 then
  10.     puppetTransition(51)
  11.     go("AltreFunz")
  12.     exit
  13.   end if
  14.   if NumTasto = 8 then
  15.     puppetTransition(51)
  16.     go("Credits")
  17.     exit
  18.   end if
  19.   puppetTransition(51)
  20.   go("VAIP")
  21. end
  22.